all: ids funcs ashell

ids:
	del ids.o
	sc ids.c
	copy IDs xx:/Test/

funcs:
	sc funcs.c

ashell:
	sc ashell.c

